From: Richard M. Stallman Date: Sat, 16 Apr 1994 07:26:19 +0000 (+0000) Subject: (create_process): Test TIOCSETD along with NTTYDISC. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92134 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5029e0e01626afa2baca4097cbf5c27b6f0317d4;p=emacs.git (create_process): Test TIOCSETD along with NTTYDISC. --- diff --git a/src/process.c b/src/process.c index cae87bfcf1e..8ff0a038638 100644 --- a/src/process.c +++ b/src/process.c @@ -1290,7 +1290,7 @@ create_process (process, new_argv, current_dir) setpgrp (); #endif /* USG */ #endif /* not HAVE_SETSID */ -#ifdef NTTYDISC +#if defined (NTTYDISC) || defined (TIOCSETD) if (pty_flag && xforkin >= 0) { /* Use new line discipline. */